diff options
Diffstat (limited to 'WWW/Library/Implementation/HTioctl.h')
-rw-r--r-- | WWW/Library/Implementation/HTioctl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/WWW/Library/Implementation/HTioctl.h b/WWW/Library/Implementation/HTioctl.h index 95e914e6..99f86321 100644 --- a/WWW/Library/Implementation/HTioctl.h +++ b/WWW/Library/Implementation/HTioctl.h @@ -1,7 +1,7 @@ /* -** A routine to mimic the ioctl function for UCX. -** Bjorn S. Nilsson, 25-Nov-1993. Based on an example in the UCX manual. -*/ + * A routine to mimic the ioctl function for UCX. + * Bjorn S. Nilsson, 25-Nov-1993. Based on an example in the UCX manual. + */ #include <iodef.h> #define IOC_OUT (int)0x40000000 extern int vaxc$get_sdc(), sys$qiow(); |