3a3942e4b2
This is based on the submission, but with a few tweaks. In particular, the package list needed some fixes. Submitted by: Mike Tancsa <mike@sentex.net>
13 lines
536 B
Text
13 lines
536 B
Text
$FreeBSD$
|
|
|
|
--- configure.orig Wed May 30 19:29:46 2001
|
|
+++ configure Mon Apr 8 22:28:59 2002
|
|
@@ -2584,7 +2584,7 @@
|
|
}
|
|
CheckFuncDecl unlink 'extern int unlink(const char*);' unistd.h
|
|
CheckFuncDecl read 'extern int read(int, const void*, unsigned int);' unistd.h
|
|
- CheckFuncDecl ioctl 'extern int ioctl(int, int, ...);' unistd.h sys/ioctl.h
|
|
+# CheckFuncDecl ioctl 'extern int ioctl(int, int, ...);' unistd.h sys/ioctl.h
|
|
CheckForFunc fchown && {
|
|
echo '#define HAS_FCHOWN 1'
|
|
Note "... configure use of fchown"
|