[Glibc-bsd-commits] r6024 - trunk/freebsd-utils/debian/patches

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Wed Apr 20 20:37:04 UTC 2016


Author: stevenc-guest
Date: 2016-04-20 20:37:03 +0000 (Wed, 20 Apr 2016)
New Revision: 6024

Modified:
   trunk/freebsd-utils/debian/patches/026_kdump.diff
Log:
Refresh patches:
- 026_kdump.diff


Modified: trunk/freebsd-utils/debian/patches/026_kdump.diff
===================================================================
--- trunk/freebsd-utils/debian/patches/026_kdump.diff	2016-04-20 20:36:45 UTC (rev 6023)
+++ trunk/freebsd-utils/debian/patches/026_kdump.diff	2016-04-20 20:37:03 UTC (rev 6024)
@@ -42,6 +42,15 @@
  			case SYS__umtx_op:
  				print_number(ip, narg, c);
  				putchar(',');
+@@ -1708,7 +1713,7 @@
+ }
+ 
+ void
+-ktrstat(struct stat *statp)
++ktrstat(struct stat16 *statp)
+ {
+ 	char mode[12], timestr[PATH_MAX + 4];
+ 	struct passwd *pwd;
 --- a/src/usr.bin/kdump/Makefile
 +++ b/src/usr.bin/kdump/Makefile
 @@ -13,6 +13,9 @@




More information about the Glibc-bsd-commits mailing list