]> andersk Git - moira.git/commitdiff
removed unused structure declarations
authormar <mar>
Wed, 7 Dec 1988 16:56:00 +0000 (16:56 +0000)
committermar <mar>
Wed, 7 Dec 1988 16:56:00 +0000 (16:56 +0000)
gen/nfs.qc

index 914f51e1ec539fd806e4630e31b9358e3dafc463..61516dbdf92483ce397acbdf30dddfb39102f38e 100644 (file)
 
 #define min(x,y)       ((x) < (y) ? (x) : (y))
 
-struct np {
-    char mach[33];
-    char dev[33];
-    char list[33];
-};
-
-struct fs {
-    int nfsphys;
-    char *dir;
-    int owner;
-    int owners;
-    struct qt *quota;
-};
-
-
 char *whoami = "nfs.gen";
 char *malloc(), *strsave();
 char *ingres_date_and_time(), *ingres_time(), *ingres_date();
This page took 0.065015 seconds and 5 git commands to generate.