summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-11-17 18:04:34 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-11-17 18:04:34 +0000
commit38f531419a1746e7111d9b66c9387f4fba319a9d (patch)
treef71517d891e132323e725cea6172ef3aa9d4ab14
parent87c3e0b0e02f0abe9869ebe1cb7273fb7f0f6a29 (diff)
downloadeglibc2-38f531419a1746e7111d9b66c9387f4fba319a9d.tar.gz
* sunrpc/proto.h [IS_in_build] (REPORT_BUGS_TO): Remove.
[IS_in_build] (PKGVERSION): Likewise. git-svn-id: svn://svn.eglibc.org/trunk@21780 7b3dc134-2b1b-0410-93df-9e9f96275f8d
-rw-r--r--libc/ChangeLog.eglibc5
-rw-r--r--libc/sunrpc/proto.h3
2 files changed, 5 insertions, 3 deletions
diff --git a/libc/ChangeLog.eglibc b/libc/ChangeLog.eglibc
index 6752225fb..e607d5331 100644
--- a/libc/ChangeLog.eglibc
+++ b/libc/ChangeLog.eglibc
@@ -1,5 +1,10 @@
2012-11-17 Joseph Myers <joseph@codesourcery.com>
+ * sunrpc/proto.h [IS_in_build] (REPORT_BUGS_TO): Remove.
+ [IS_in_build] (PKGVERSION): Likewise.
+
+2012-11-17 Joseph Myers <joseph@codesourcery.com>
+
* configure.in: Resync pkgversion/bugurl code closer with glibc.
* configure: Regenerated.
diff --git a/libc/sunrpc/proto.h b/libc/sunrpc/proto.h
index 60b1db83e..ea28565b1 100644
--- a/libc/sunrpc/proto.h
+++ b/libc/sunrpc/proto.h
@@ -62,7 +62,4 @@ void add_type(int len, const char *type);
#define _(X) (X)
#define textdomain(X) ((void) 0)
-#define REPORT_BUGS_TO ""
-#define PKGVERSION ""
-
#endif