source:
clfs-embedded/patches/netplug-1.2.9.2-fixes-1.patch
Last change on this file was 2864f08, checked in by , 10 years ago | |
---|---|
|
|
File size: 1.1 KB |
-
netplug-1.2.9.2
Submitted By: Andrew Bradford <andrew@bradfordembedded.com> Date: 2013-10-25 Initial Package Version: 1.2.9.2 Origin: CLFS specific Upstream Status: Not Applied Description: Fixes build problems. diff -Naur netplug-1.2.9.2.orig/lib.c netplug-1.2.9.2/lib.c
old new 200 200 } 201 201 202 202 203 void204 __assert_fail(const char *assertion, const char *file,205 unsigned int line, const char *function)206 {207 do_log(LOG_CRIT, "%s:%u: %s%sAssertion `%s' failed",208 file, line,209 function ? function : "",210 function ? ": " : "",211 assertion);212 213 abort();214 }215 216 217 203 /* 218 204 * Local variables: 219 205 * c-file-style: "stroustrup" -
netplug-1.2.9.2
diff -Naur netplug-1.2.9.2.orig/netplug.h netplug-1.2.9.2/netplug.h
old new 25 25 #include <sys/socket.h> 26 26 #include <linux/netlink.h> 27 27 #include <linux/rtnetlink.h> 28 #include <time.h> 28 29 29 30 #define NP_SCRIPT NP_SCRIPT_DIR "/netplug" 30 31
Note:
See TracBrowser
for help on using the repository browser.