projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Drop the Arch information from the Version structure as we can get
[apt.git]
/
apt-pkg
/
contrib
/
crc-16.h
diff --git
a/apt-pkg/contrib/crc-16.h
b/apt-pkg/contrib/crc-16.h
index 757104c54e518d60e452b7927bfaabc733896075..f30678bac6c6d6efd2f93c30c2861744e28a5ae2 100644
(file)
--- a/
apt-pkg/contrib/crc-16.h
+++ b/
apt-pkg/contrib/crc-16.h
@@
-10,10
+10,6
@@
#ifndef APTPKG_CRC16_H
#define APTPKG_CRC16_H
-#ifdef __GNUG__
-#pragma interface "apt-pkg/crc-16.h"
-#endif
-
#define INIT_FCS 0xffff
unsigned short AddCRC16(unsigned short fcs, void const *buf,
unsigned long len);