Change caddr_t to char * -- caddr_t shouldn't appear outside the kernel.
authorDonn Seeley <donn@ucbvax.Berkeley.EDU>
Wed, 5 Mar 1986 10:35:33 +0000 (02:35 -0800)
committerDonn Seeley <donn@ucbvax.Berkeley.EDU>
Wed, 5 Mar 1986 10:35:33 +0000 (02:35 -0800)
SCCS-vsn: lib/libc/sys/quotactl.2 6.6

usr/src/lib/libc/sys/quotactl.2

index 5d2129d..79ca0d5 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)quotactl.2  6.5 (Berkeley) %G%
+.\"    @(#)quotactl.2  6.6 (Berkeley) %G%
 .\"
 .TH QUOTA 2 ""
 .UC 5
 .\"
 .TH QUOTA 2 ""
 .UC 5
@@ -14,7 +14,7 @@ quota \- manipulate disk quotas
 .PP
 .B quota(cmd, uid, arg, addr)
 .B int cmd, uid, arg;
 .PP
 .B quota(cmd, uid, arg, addr)
 .B int cmd, uid, arg;
-.B caddr_t addr;
+.B char *addr;
 .fi
 .SH DESCRIPTION
 The
 .fi
 .SH DESCRIPTION
 The