From: Simon Josefsson Date: Mon, 9 Jan 2006 14:22:01 +0000 (+0000) Subject: Make inet_ntop depend on restrict. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6be5a9a79e6e94e7aa2b45aad3995a43ac64b28a;p=pspp Make inet_ntop depend on restrict. --- diff --git a/ChangeLog b/ChangeLog index cbea69b95a..ba557d8200 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-01-09 Simon Josefsson + + * modules/inet_ntop (Depends-on): Add restrict. + 2006-01-09 Simon Josefsson * modules/gc-rijndael-tests (License): Likewise. diff --git a/modules/inet_ntop b/modules/inet_ntop index 0e574f3ddc..4a081086d3 100644 --- a/modules/inet_ntop +++ b/modules/inet_ntop @@ -8,6 +8,7 @@ m4/inet_ntop.m4 m4/sockpfaf.m4 Depends-on: +restrict socklen configure.ac: