maxchunk definition made static
authorceriel <none@none>
Mon, 2 Mar 1987 08:55:23 +0000 (08:55 +0000)
committerceriel <none@none>
Mon, 2 Mar 1987 08:55:23 +0000 (08:55 +0000)
modules/src/object/rd_bytes.c
modules/src/object/wr_bytes.c

index 3c9822f..35272b1 100644 (file)
@@ -4,7 +4,7 @@
    an int!
 */
 
-int maxchunk = MAXCHUNK;
+static int maxchunk = MAXCHUNK;
 
 /*
  * We don't have to worry about byte order here.
index 55e8932..f7969b8 100644 (file)
@@ -4,7 +4,7 @@
    You have to put it in an int!
 */
 
-int maxchunk = MAXCHUNK;
+static int maxchunk = MAXCHUNK;
 
 /*
  * Just write "cnt" bytes to file-descriptor "fd".