]> arthur.barton.de Git - netatalk.git/commitdiff
minor formatting change to cname()
authormorgana <morgana>
Mon, 29 Apr 2002 06:53:25 +0000 (06:53 +0000)
committermorgana <morgana>
Mon, 29 Apr 2002 06:53:25 +0000 (06:53 +0000)
etc/afpd/directory.c

index 46e4872d265d5a765f5ec788642a7a6557169a42..51ec607c071c1c8d15ff95761e91d942cfa96594 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: directory.c,v 1.29 2002-03-24 17:43:39 jmarcus Exp $
+ * $Id: directory.c,v 1.30 2002-04-29 06:53:25 morgana Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -734,8 +734,7 @@ struct dir *dirnew(const int len)
 
 
 /* XXX: this needs to be changed to handle path types */
-char *
-cname( vol, dir, cpath )
+char * cname( vol, dir, cpath )
 const struct vol       *vol;
 struct dir     *dir;
 char   **cpath;