]> arthur.barton.de Git - netatalk.git/blobdiff - bin/uniconv/uniconv.c
Merge 2-2
[netatalk.git] / bin / uniconv / uniconv.c
index 5dfc823115bef5ea6f960d7429ce81012d0e559a..8a786a601dd4c1c641bc8c3d4c2bb8730e67eea6 100644 (file)
@@ -60,7 +60,7 @@ char* to_charset;
 static charset_t ch_mac;
 char* mac_charset;
 static int usedots = 0;
-static u_int16_t conv_flags = 0;
+static uint16_t conv_flags = 0;
 static int dry_run = 0;
 static int verbose=0;
 char *cnid_type;
@@ -149,7 +149,7 @@ static char *convert_name(char *name, struct stat *st, cnid_t cur_did)
        size_t outlen = 0;
        unsigned char *p,*q;
        int require_conversion = 0;
-    u_int16_t    flags = conv_flags;
+    uint16_t    flags = conv_flags;
        cnid_t id;
 
        p = (unsigned char *)name;