# New Ticket Created by Michael Stevens
# Please include the string: [perl #84246]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=84246 >
---
Porting/pumpkin.pod | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Porting/pumpkin.pod b/Porting/pumpkin.pod
index 857b74c..88eee27 100644
--- a/Porting/pumpkin.pod
+++ b/Porting/pumpkin.pod
@@ -1205,14 +1205,14 @@ function.
/* Beginning of modification history */
/* Written 02-01-02 by Nick Ing-Simmons (nick@ing-simmons.net) */
/* End of modification history */
-
+
/* VOS doesn't supply a truncate function, so we build one up
from the available POSIX functions. */
-
+
#include <fcntl.h>
#include <sys/types.h>
#include <unistd.h>
-
+
int
truncate(const char *path, off_t len)
{
@@ -1250,7 +1250,7 @@ not "vos.c".
# VOS does not have truncate() but we supply one in vos.c
d_truncate="define"
archobjs="vos.o"
-
+
# Help gmake find vos.c
test -h vos.c || ln -s vos/vos.c vos.c
--
1.7.3.1
Thread Previous