tests: don't rely on implicit int return type
[kai/samba-autobuild/.git] / tests / readlink.c
index 3784288ba015df75de8f1fc736a349716e97f225..65311c2ff7959cbdc3095182e27dd176d32391c1 100644 (file)
@@ -11,7 +11,7 @@
 #define DATA "readlink.test"
 #define FNAME "rdlnk.file"
 
-main()
+int main(void)
 {
        char buf[7];
        int ret;