[BACK]Return to quota.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / quota

Diff for /src/usr.bin/quota/quota.c between version 1.18 and 1.19

version 1.18, 2002/02/16 21:27:51 version 1.19, 2002/02/17 19:42:31
Line 87 
Line 87 
 #define FOUND   0x01  #define FOUND   0x01
   
 int     alldigits(char *);  int     alldigits(char *);
 int     callaurpc __P((char *, int, int, int, xdrproc_t, void *,  int     callaurpc(char *, int, int, int, xdrproc_t, void *, xdrproc_t, void *);
             xdrproc_t, void *));  
 int     main(int, char **);  int     main(int, char **);
 int     getnfsquota __P((struct statfs *, struct fstab *, struct quotause *,  int     getnfsquota(struct statfs *, struct fstab *, struct quotause *,
             long, int));              long, int);
 struct quotause *getprivs(long id, int quotatype);  struct quotause *getprivs(long id, int quotatype);
 int     getufsquota __P((struct statfs *, struct fstab *, struct quotause *,  int     getufsquota(struct statfs *, struct fstab *, struct quotause *,
             long, int));              long, int);
 void    heading(int, u_long, const char *, const char *);  void    heading(int, u_long, const char *, const char *);
 void    showgid(gid_t);  void    showgid(gid_t);
 void    showgrpname(const char *);  void    showgrpname(const char *);

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19