changeset 6523:8e85cbed7955

Make inet_ntop depend on restrict.
author Simon Josefsson <simon@josefsson.org>
date Mon, 09 Jan 2006 14:22:01 +0000
parents dc575ea653f8
children 9b1fb5a8ca79
files ChangeLog modules/inet_ntop
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-01-09  Simon Josefsson  <jas@extundo.com>
+
+	* modules/inet_ntop (Depends-on): Add restrict.
+
 2006-01-09  Simon Josefsson  <jas@extundo.com>
 
 	* modules/gc-rijndael-tests (License): Likewise.
--- a/modules/inet_ntop
+++ b/modules/inet_ntop
@@ -8,6 +8,7 @@
 m4/sockpfaf.m4
 
 Depends-on:
+restrict
 socklen
 
 configure.ac: