diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-14 15:46:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-14 15:46:02 +0000 |
commit | 54edc6cde99aac9f05a305076086f9cebbf272cd (patch) | |
tree | 7f545a1eb7ffb2a9e0c4873271106c1e02940eb1 /net/rwhois/files/patch-common-client_msgs.h | |
parent | - Update to 2.0.1 (diff) |
- Update to 1.5.9.3
PR: ports/79908
Submitted by: Johan van Selst <johans@stack.nl>
Notes
Notes:
svn path=/head/; revision=133342
Diffstat (limited to 'net/rwhois/files/patch-common-client_msgs.h')
-rw-r--r-- | net/rwhois/files/patch-common-client_msgs.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/rwhois/files/patch-common-client_msgs.h b/net/rwhois/files/patch-common-client_msgs.h deleted file mode 100644 index 625697efba0b..000000000000 --- a/net/rwhois/files/patch-common-client_msgs.h +++ /dev/null @@ -1,11 +0,0 @@ ---- common/client_msgs.h.orig Tue Oct 28 02:25:14 2003 -+++ common/client_msgs.h Tue Oct 28 02:25:30 2003 -@@ -85,7 +85,7 @@ - - void print_error PROTO((int err_no, char *str)); - --void print_response PROTO(()); -+void print_response PROTO((int resp_no, char *format, ...)); - - void print_ok PROTO((void)); - |