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

index 51ec607c071c1c8d15ff95761e91d942cfa96594..007540f06c3d709f5cd376011fc6a05e33a53769 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: directory.c,v 1.30 2002-04-29 06:53:25 morgana Exp $
+ * $Id: directory.c,v 1.31 2002-04-29 06:56:02 morgana Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -734,7 +734,8 @@ 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;