Removed declaration of sginap because it conflicted with a header file.
diff --git a/Modules/sgimodule.c b/Modules/sgimodule.c
index 75a5746..f19c511 100644
--- a/Modules/sgimodule.c
+++ b/Modules/sgimodule.c
@@ -34,8 +34,6 @@
 #include <unistd.h>
 #include <fcntl.h>
 
-extern int sginap(long);
-
 static object *
 sgi_nap(self, args)
 	object *self;