Changed the mode arg from an int to a mode_t.

This commit is contained in:
Wayne Davison committed 2006-01-30 00:39:59 +00:00
1 parent 9ec1ef2535
commit 65854cf91a
2 files changed
+2 -3

No files matched your search

+1 -1
View File
@@ -1,3 +1,3 @@
#define PERMSTRING_SIZE 11
void permstring(char *perms, int mode);
void permstring(char *perms, mode_t mode);