]> arthur.barton.de Git - netatalk.git/commitdiff
Fix up some comments to reflect the last CNID change.
authorjmarcus <jmarcus>
Fri, 18 Jan 2002 05:23:25 +0000 (05:23 +0000)
committerjmarcus <jmarcus>
Fri, 18 Jan 2002 05:23:25 +0000 (05:23 +0000)
etc/afpd/volume.c
libatalk/cnid/cnid_open.c

index 83e5ffbae8786f9d5b2eeb719df7d24f9997ef51..c5ea725134db04664359811573307427622681d5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: volume.c,v 1.19 2002-01-18 05:19:26 jmarcus Exp $
+ * $Id: volume.c,v 1.20 2002-01-18 05:23:25 jmarcus Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -1196,7 +1196,7 @@ int               ibuflen, *rbuflen;
      * the desk-top.  That's because the Mac remembers the DID for the
      * trash (even for volumes in different zones, on different servers).
      * Just so this works better, we prime the DID cache with the trash,
-     * fixing the trash at DID 3.
+     * fixing the trash at DID 17.
      */
     p = Trash;
     cname( volume, volume->v_dir, &p );
index 4a8f159af1fa08de4b5da1c354232b3d3526319c..e661659cba77e403d2520cebd85b662e543399b7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: cnid_open.c,v 1.32 2002-01-18 04:53:48 jmarcus Exp $
+ * $Id: cnid_open.c,v 1.33 2002-01-18 05:23:25 jmarcus Exp $
  *
  * Copyright (c) 1999. Adrian Sun (asun@zoology.washington.edu)
  * All Rights Reserved. See COPYRIGHT.
@@ -30,7 +30,8 @@
  * 1 -- parent of root directory (handled by afpd) 
  * 2 -- root directory (handled by afpd)
  *
- * so, CNID_START begins at 3.
+ * CNIDs 4-16 are reserved according to page 31 of the AFP 3.0 spec so, 
+ * CNID_START begins at 17.
  */
 
 #ifdef HAVE_CONFIG_H