repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
pcapsipdump
/
elif_fix.patch
blob
d6a2f229d0ad7de7174c8090bfe16d46282e550f
1
--- pcapsipdump.h 2007-05-11 13:40:49.000000000 -0500
2
+++ ../pcapsipdump-0.1.4.new/pcapsipdump.h 2011-12-22 21:20:20.483297976 -0600
3
@@ -35,7 +35,7 @@
4
#elif defined (__BIG_ENDIAN)
5
uint8_t version:4,
6
ihl:4;
7
-#elif
8
+#else
9
#error Endian not defined
10
#endif
11
uint8_t tos;