]> git.saurik.com Git - apple/system_cmds.git/blobdiff - pwd_mkdb.tproj/pwd_mkdb.c
system_cmds-671.10.3.tar.gz
[apple/system_cmds.git] / pwd_mkdb.tproj / pwd_mkdb.c
index de64cd696a9a0910db56212f3b70fd74e615730c..075200ae904dea2fde584eb872f594edbe32b37d 100644 (file)
@@ -385,9 +385,7 @@ fmt:                errno = EFTYPE; /* XXX */
 }
 
 void                    
-cp(from, to, mode)              
-       char *from, *to;
-       mode_t mode;    
+cp(char *from, char *to, mode_t mode)              
 {               
        static char buf[MAXBSIZE];
        int from_fd, rcount, to_fd, wcount;