diff options
Diffstat (limited to 'Lib/plat-freebsd6')
-rw-r--r-- | Lib/plat-freebsd6/IN.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Lib/plat-freebsd6/IN.py b/Lib/plat-freebsd6/IN.py index ccd94ae..31e9e13 100644 --- a/Lib/plat-freebsd6/IN.py +++ b/Lib/plat-freebsd6/IN.py @@ -1,13 +1,13 @@ # Generated by h2py from /usr/include/netinet/in.h # Included from sys/cdefs.h -def __P(protos): return protos +def __P(protos): return protos -def __STRING(x): return #x +def __STRING(x): return #x -def __XSTRING(x): return __STRING(x) +def __XSTRING(x): return __STRING(x) -def __P(protos): return () +def __P(protos): return () def __STRING(x): return "x" |