diff options
Diffstat (limited to 'tools/bus_space/Python')
-rw-r--r-- | tools/bus_space/Python/Makefile | 2 | ||||
-rw-r--r-- | tools/bus_space/Python/lang.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/tools/bus_space/Python/Makefile b/tools/bus_space/Python/Makefile index 2097c8e3824a..23e5b00c152d 100644 --- a/tools/bus_space/Python/Makefile +++ b/tools/bus_space/Python/Makefile @@ -1,5 +1,3 @@ -# $FreeBSD$ - SHLIB_NAME= bus.so SRCS= lang.c diff --git a/tools/bus_space/Python/lang.c b/tools/bus_space/Python/lang.c index 4fe3e6ee3d13..4af26da373bf 100644 --- a/tools/bus_space/Python/lang.c +++ b/tools/bus_space/Python/lang.c @@ -25,8 +25,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <Python.h> #include "bus.h" |