diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 01:59:16 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 01:59:16 +0000 |
commit | 69ea23ed7175d5c34a21bba1ef9262f311c69284 (patch) | |
tree | e2e604e83659be7f58596e80b3cf18e9d7d06dae /net/libnet10/files/patch-include_libnet_libnet-functions.h | |
parent | Stage net-mgmt/routers2 and cleanup (diff) |
Rename net/ patch-xy patches to reflect the files they modify.
Approve by: portmgr (not really, but one of these is modifying
an unstaged port)
Notes
Notes:
svn path=/head/; revision=363285
Diffstat (limited to 'net/libnet10/files/patch-include_libnet_libnet-functions.h')
-rw-r--r-- | net/libnet10/files/patch-include_libnet_libnet-functions.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/libnet10/files/patch-include_libnet_libnet-functions.h b/net/libnet10/files/patch-include_libnet_libnet-functions.h new file mode 100644 index 000000000000..f46b75aa79ca --- /dev/null +++ b/net/libnet10/files/patch-include_libnet_libnet-functions.h @@ -0,0 +1,11 @@ +--- include/libnet/libnet-functions.h.orig Fri Jun 7 00:31:29 2002 ++++ include/libnet/libnet-functions.h Fri Jun 7 00:31:41 2002 +@@ -74,7 +74,7 @@ + int, /* severity */ + char *, /* error message */ + ... /* varargs */ +- ); ++ ) __printflike(2, 3); + + + /* |