]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/volinfo.h
Convert all u_int to ISO uint
[netatalk.git] / include / atalk / volinfo.h
index 1124b1391171689042544a6985fb872424521bde..51bf30fc90a3a908dbdce8973a40ff86a424a830 100644 (file)
@@ -9,7 +9,7 @@
 #define VOLINFOFILE ".volinfo"
 
 typedef struct {
-    const u_int32_t option;
+    const uint32_t option;
     const char      *name;
 } vol_opt_name_t;