]> andersk Git - moira.git/blobdiff - gen/setquota.c
Fix another freeing-memory-we-didn't-malloc bug in AddMachine. This
[moira.git] / gen / setquota.c
index b5a05950ac746a2045f386b863b7838fcf9f1ad1..46312dea8171ec01eaf14792af67e60998ef7968 100644 (file)
  * quota system.
  *
  *      $Log$
- *      Revision 1.5  1990-03-06 15:59:08  jnrees
- *      x*.5 replaced with x/2;
- *      x*1.2 with (x*6)/5;
- *      This avoids linking in the floating-point library.
+ *      Revision 1.6  1990-03-07 17:41:22  mar
+ *      fix proc delcaration to pass cc
  *
+ * Revision 1.5  90/03/06  15:59:08  jnrees
+ * x*.5 replaced with x/2;
+ * x*1.2 with (x*6)/5;
+ * This avoids linking in the floating-point library.
+ * 
  * Revision 1.4  90/01/27  19:48:05  jnrees
  * Grows quotas file if necessary
  * Allows setting quota for a range of uid's.
@@ -159,7 +162,8 @@ quota is in 1KB units\n");
        exit (0);
 }
        
-get_device(char *device_or_dir)
+get_device(device_or_dir)
+char *device_or_dir;
 {
   register struct mntent *mntp;
   FILE *fstab;
This page took 0.134724 seconds and 4 git commands to generate.