[Glibc-bsd-commits] r2953 - in trunk/freebsd-utils/debian: . patches

Aurelien Jarno aurel32 at alioth.debian.org
Sun Jan 24 13:07:28 UTC 2010


Author: aurel32
Date: 2010-01-24 13:07:27 +0000 (Sun, 24 Jan 2010)
New Revision: 2953

Modified:
   trunk/freebsd-utils/debian/changelog
   trunk/freebsd-utils/debian/patches/013_pf.diff
Log:
  * Use <bsd/stdlib.h> instead of deprecated <bsd/random.h>.



Modified: trunk/freebsd-utils/debian/changelog
===================================================================
--- trunk/freebsd-utils/debian/changelog	2010-01-24 13:05:30 UTC (rev 2952)
+++ trunk/freebsd-utils/debian/changelog	2010-01-24 13:07:27 UTC (rev 2953)
@@ -2,8 +2,9 @@
 
   * Fix clean rule.
   * Fix build with newer <sys/ptrace.h>. 
+  * Use <bsd/stdlib.h> instead of deprecated <bsd/random.h>.
 
- -- Aurelien Jarno <aurel32 at debian.org>  Sun, 24 Jan 2010 14:05:05 +0100
+ -- Aurelien Jarno <aurel32 at debian.org>  Sun, 24 Jan 2010 14:06:54 +0100
 
 freebsd-utils (8.0-6) unstable; urgency=low
 

Modified: trunk/freebsd-utils/debian/patches/013_pf.diff
===================================================================
--- trunk/freebsd-utils/debian/patches/013_pf.diff	2010-01-24 13:05:30 UTC (rev 2952)
+++ trunk/freebsd-utils/debian/patches/013_pf.diff	2010-01-24 13:07:27 UTC (rev 2953)
@@ -352,7 +352,7 @@
  enum pfctl_show { PFCTL_SHOW_RULES, PFCTL_SHOW_LABELS, PFCTL_SHOW_NOTHING };
  
 +#include <bsd/string.h>
-+#include <bsd/random.h>
++#include <bsd/stdlib.h>
 +#define __BSD_VISIBLE 1
 +#define __XSI_VISIBLE 1
 +#include <sys/limits.h>




More information about the Glibc-bsd-commits mailing list