tlib9/dirwstat: missing prototype for chmod - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 7e0b68623394068aec66fe388e0fa446f598c11e
(DIR) parent 478054e0a73fe1339b73710a8e6eabfa252c7d24
(HTM) Author: Russ Cox <rsc@swtch.com>
Date: Sun, 7 Dec 2008 09:20:08 -0800
lib9/dirwstat: missing prototype for chmod
Diffstat:
M src/lib9/dirwstat.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/src/lib9/dirwstat.c b/src/lib9/dirwstat.c
t@@ -3,6 +3,7 @@
#include <libc.h>
#include <sys/time.h>
#include <utime.h>
+#include <sys/stat.h>
int
dirwstat(char *file, Dir *dir)