diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:40 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:40 +0000 |
commit | 0d98f1227110082e9e507ca236458f6c363e25b6 (patch) | |
tree | 297f74782436a0f973b6b89d60c10f399af9a135 /audio/gsm/files/patch-aa | |
parent | Remove comment about not being able to undefine a variable, as we *can* (diff) |
This commit was manufactured by cvs2svn to create tag 'RELENG_2_0_5_ALPHA'.release/2.0.5a
Diffstat (limited to 'audio/gsm/files/patch-aa')
-rw-r--r-- | audio/gsm/files/patch-aa | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/audio/gsm/files/patch-aa b/audio/gsm/files/patch-aa deleted file mode 100644 index 244eb8ef13dc..000000000000 --- a/audio/gsm/files/patch-aa +++ /dev/null @@ -1,21 +0,0 @@ -*** inc/config.h Fri Jan 6 01:35:41 1995 ---- inc/config.h Fri Jan 6 01:35:51 1995 -*************** -*** 25,32 **** - /*efine HAS_STRINGS_H 1 /* /usr/include/strings.h */ - - #define HAS_UNISTD_H 1 /* /usr/include/unistd.h */ -! #define HAS_UTIME 1 /* POSIX utime(path, times) */ -! /*efine HAS_UTIMES 1 /* use utimes() syscall instead */ - #define HAS_UTIME_H 1 /* UTIME header file */ - /*efine HAS_UTIMBUF 1 /* struct utimbuf */ - /*efine HAS_UTIMEUSEC 1 /* microseconds in utimbuf? */ ---- 25,32 ---- - /*efine HAS_STRINGS_H 1 /* /usr/include/strings.h */ - - #define HAS_UNISTD_H 1 /* /usr/include/unistd.h */ -! /*efine HAS_UTIME 1 /* POSIX utime(path, times) */ -! #define HAS_UTIMES 1 /* use utimes() syscall instead */ - #define HAS_UTIME_H 1 /* UTIME header file */ - /*efine HAS_UTIMBUF 1 /* struct utimbuf */ - /*efine HAS_UTIMEUSEC 1 /* microseconds in utimbuf? */ |