]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/file.c
Merge branch-2-1
[netatalk.git] / etc / afpd / file.c
index 64b7b6068c78f808bd409bf052851cb722d45e76..b277938c2fdd247e7da583c7f1ca4fa795ae3894 100644 (file)
@@ -202,8 +202,8 @@ char *set_name(const struct vol *vol, char *data, cnid_t pid, char *name, cnid_t
                                  (1 << FILPBIT_UNIXPR)))
 
 /* -------------------------- */
-u_int32_t get_id(const struct vol *vol, struct adouble *adp,  const struct stat *st,
-                 const cnid_t did, char *upath, const int len) 
+uint32_t get_id(struct vol *vol, struct adouble *adp,  const struct stat *st,
+                const cnid_t did, char *upath, const int len) 
 {
     static int first = 1;       /* mark if this func is called the first time */
     u_int32_t adcnid;