Marcus Meissner
a6b729bdf1
- Cleanup spec file, remove %clean section - Updated to 2.5.2 - Removed linux-atm-2.5.0.diff (in mainline) - Removed linux-atm-2.5.0-include.patch (in mainline) - Rebased linux-atm-2.5.0-fdleak.patch as linux-atm-2.5.2_fdleak.patch - Added linux-atm-2.5.2_implicit-fortify-decl.patch to fix implicit declarations OBS-URL: https://build.opensuse.org/request/show/214990 OBS-URL: https://build.opensuse.org/package/show/Base:System/linux-atm?expand=0&rev=15
11 lines
388 B
Diff
11 lines
388 B
Diff
diff -Ppru linux-atm-2.5.2.orig/src/maint/hediag.c linux-atm-2.5.2/src/maint/hediag.c
|
|
--- linux-atm-2.5.2.orig/src/maint/hediag.c 2009-11-30 17:56:52.000000000 +0100
|
|
+++ linux-atm-2.5.2/src/maint/hediag.c 2014-01-23 23:29:56.288066939 +0100
|
|
@@ -1,5 +1,6 @@
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
+#include <string.h>
|
|
#include <unistd.h>
|
|
#include <sys/ioctl.h>
|
|
#include <sys/types.h>
|