[Glibc-bsd-commits] r4174 - in trunk/freebsd-buildutils/debian: . local/include

Robert Millan rmh at alioth.debian.org
Wed Apr 4 21:51:14 UTC 2012


Author: rmh
Date: 2012-04-04 21:51:14 +0000 (Wed, 04 Apr 2012)
New Revision: 4174

Modified:
   trunk/freebsd-buildutils/debian/changelog
   trunk/freebsd-buildutils/debian/local/include/unistd.h
Log:
Fix getopt declaration.

Modified: trunk/freebsd-buildutils/debian/changelog
===================================================================
--- trunk/freebsd-buildutils/debian/changelog	2012-04-04 14:49:58 UTC (rev 4173)
+++ trunk/freebsd-buildutils/debian/changelog	2012-04-04 21:51:14 UTC (rev 4174)
@@ -2,8 +2,9 @@
 
   * disable_wsystem_headers.diff: Disable -Wsystem-headers to avoid
     triggering #664242.
+  * Fix getopt declaration.
 
- -- Robert Millan <rmh at debian.org>  Sat, 17 Mar 2012 00:55:32 +0100
+ -- Robert Millan <rmh at debian.org>  Wed, 04 Apr 2012 23:51:04 +0200
 
 freebsd-buildutils (9.0-9) unstable; urgency=low
 

Modified: trunk/freebsd-buildutils/debian/local/include/unistd.h
===================================================================
--- trunk/freebsd-buildutils/debian/local/include/unistd.h	2012-04-04 14:49:58 UTC (rev 4173)
+++ trunk/freebsd-buildutils/debian/local/include/unistd.h	2012-04-04 21:51:14 UTC (rev 4174)
@@ -12,7 +12,7 @@
 
 __BEGIN_DECLS
 
-int bsd_getopt(int, char **, char *);
+int bsd_getopt(int argc, char *const *argv, const char *options);
 extern int optreset;
 
 #ifdef __FreeBSD_kernel__




More information about the Glibc-bsd-commits mailing list