]> arthur.barton.de Git - netatalk.git/commitdiff
small clean up
authordidg <didg>
Sun, 22 Feb 2004 18:36:37 +0000 (18:36 +0000)
committerdidg <didg>
Sun, 22 Feb 2004 18:36:37 +0000 (18:36 +0000)
include/atalk/cnid.h

index e0e61c0b202dbda4742ee388c31ae566897a4a26..3224875ea0dfd46a65c21d073a22f164dbfc04f0 100644 (file)
@@ -1,5 +1,5 @@
 /* 
- * $Id: cnid.h,v 1.9.6.5 2004-01-14 23:15:19 lenneis Exp $
+ * $Id: cnid.h,v 1.9.6.6 2004-02-22 18:36:37 didg Exp $
  *
  * Copyright (c) 2003 the Netatalk Team
  * Copyright (c) 2003 Rafal Lewczuk <rlewczuk@pronet.pl>
@@ -23,7 +23,6 @@
 #ifndef _ATALK_CNID__H
 #define _ATALK_CNID__H 1
 
-#include <sys/cdefs.h>
 #include <atalk/adouble.h>
 #include <atalk/list.h>
 
@@ -112,7 +111,11 @@ void cnid_close(struct _cnid_db *db);
 
 /*
  * $Log: cnid.h,v $
- * Revision 1.9.6.5  2004-01-14 23:15:19  lenneis
+ * Revision 1.9.6.6  2004-02-22 18:36:37  didg
+ *
+ * small clean up
+ *
+ * Revision 1.9.6.5  2004/01/14 23:15:19  lenneis
  * Check if we can get a DB stamp sucessfully in afs_openvol and fail
  * the open if not.
  *