]> andersk Git - gssapi-openssh.git/blobdiff - openssh/openbsd-compat/bsd-misc.h
Import of OpenSSH 3.2.2p1
[gssapi-openssh.git] / openssh / openbsd-compat / bsd-misc.h
index 3a855266a6b305c290ce3f7c535ab94f27fd8b09..5872a5b6f84d08453440b2891b5b73acaee86c5e 100644 (file)
@@ -72,5 +72,8 @@ struct timeval {
 int utimes(char *filename, struct timeval *tvp);
 #endif /* HAVE_UTIMES */
 
+#ifndef HAVE_TRUNCATE
+int truncate (const char *path, off_t length);
+#endif /* HAVE_TRUNCATE */
 
 #endif /* _BSD_MISC_H */
This page took 0.036359 seconds and 4 git commands to generate.