]> git.pld-linux.org Git - packages/evlog.git/blame_incremental - evlog-linux.patch
- BR: sed 4
[packages/evlog.git] / evlog-linux.patch
... / ...
CommitLineData
1--- evlog-1.6.1/user/cmd/evlogd/ksym_mod.c.orig 2004-03-16 22:26:24.000000000 +0100
2+++ evlog-1.6.1/user/cmd/evlogd/ksym_mod.c 2013-03-23 20:38:50.964901279 +0100
3@@ -91,7 +91,6 @@
4 #include <errno.h>
5 #include <sys/fcntl.h>
6 #include <sys/stat.h>
7-#include <asm/atomic.h>
8 #include <stdarg.h>
9 #include <paths.h>
10
11@@ -114,7 +113,7 @@
12
13 union
14 {
15- atomic_t usecount;
16+ struct { int counter; } usecount;
17 long pad;
18 } uc; /* Needs to keep its size - so says rth */
19
This page took 0.055074 seconds and 4 git commands to generate.