diff options
author | dholland <dholland@pkgsrc.org> | 2015-11-08 23:19:22 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-11-08 23:19:22 +0000 |
commit | ec1260cb041c36a12e3745839cdf0b4d404ba77a (patch) | |
tree | 6565fac6be0e035fa1000ca97242a8d41b7c26e5 /net/uucp | |
parent | 073c655b3dc048e6e6d62cbacda6b4e83f980765 (diff) | |
download | pkgsrc-ec1260cb041c36a12e3745839cdf0b4d404ba77a.tar.gz |
cosmetic fix to previous
Diffstat (limited to 'net/uucp')
-rw-r--r-- | net/uucp/distinfo | 4 | ||||
-rw-r--r-- | net/uucp/patches/patch-uucpd_uucpd.c | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/uucp/distinfo b/net/uucp/distinfo index 0f2e69fa8d4..deee8516035 100644 --- a/net/uucp/distinfo +++ b/net/uucp/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2015/11/08 22:06:52 dholland Exp $ +$NetBSD: distinfo,v 1.7 2015/11/08 23:19:22 dholland Exp $ SHA1 (uucp-1.07.tar.gz) = e7c93c3aa6468f1b26dd4d9104dbbe8c2949e9ee RMD160 (uucp-1.07.tar.gz) = e265ecd08245dd2510db20430a7a0e387ef4df51 @@ -24,4 +24,4 @@ SHA1 (patch-aq) = bb6bcaa133ddda48ad24a94ed690afb5934b96d0 SHA1 (patch-ar) = d71d7e016d840d06c52bd88c507450111cf02e2c SHA1 (patch-as) = 76773cbfccec131b3eb0adfad43c6d4e9d54a99b SHA1 (patch-rmail_rmail.c) = 3010f4dcc2ef05b1563658b3c2ec769229a253bb -SHA1 (patch-uucpd_uucpd.c) = 98bba1b26c0fd22c2f09d90838c4ba5ffc2f6ee3 +SHA1 (patch-uucpd_uucpd.c) = 42278c73d5f3f6c95a64896168dcdb2ead425f26 diff --git a/net/uucp/patches/patch-uucpd_uucpd.c b/net/uucp/patches/patch-uucpd_uucpd.c index 62a3b2bf862..e8cdef0b3ad 100644 --- a/net/uucp/patches/patch-uucpd_uucpd.c +++ b/net/uucp/patches/patch-uucpd_uucpd.c @@ -1,4 +1,4 @@ -$NetBSD: patch-uucpd_uucpd.c,v 1.1 2015/11/08 22:06:52 dholland Exp $ +$NetBSD: patch-uucpd_uucpd.c,v 1.2 2015/11/08 23:19:22 dholland Exp $ Fix build on platforms that don't have a NetBSD cdefs.h. @@ -9,10 +9,10 @@ Fix build on platforms that don't have a NetBSD cdefs.h. #include <sys/cdefs.h> #ifndef lint +#ifndef __COPYRIGHT -+#define __COPYRIGHT(x) char rmail_copyright[] = x ++#define __COPYRIGHT(x) char uucpd_copyright[] = x +#endif +#ifndef __RCSID -+#define __RCSID(x) char rmail_rcsid[] = x ++#define __RCSID(x) char uucpd_rcsid[] = x +#endif __COPYRIGHT("@(#) Copyright (c) 1985 The Regents of the University of California.\n\ All rights reserved.\n"); |