diff options
| author | glass <glass@NetBSD.org> | 1993-07-20 18:10:14 +0000 |
|---|---|---|
| committer | glass <glass@NetBSD.org> | 1993-07-20 18:10:14 +0000 |
| commit | f2a0b0fbdfaab79400df65d1d67a7907cd444fcd (patch) | |
| tree | 91d3b9b68c90ea6f29e5c35c89279b2a3155d66a /usr.sbin/sendmail/src/version.c | |
| parent | 9d232f6caedf55736719cf3417d56f907bf9c5ee (diff) | |
Upgraded sendmail from revision 8.1C to 8.3;
this version of sendmail tries to use sysconf() if the _SC_* macros
are defined in unistd.h. We have the macros but not
the function. A temporary "fix" has been made to avoid
the issue.
Diffstat (limited to 'usr.sbin/sendmail/src/version.c')
| -rw-r--r-- | usr.sbin/sendmail/src/version.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sendmail/src/version.c b/usr.sbin/sendmail/src/version.c index 724bde4af37..b3cb8a5f642 100644 --- a/usr.sbin/sendmail/src/version.c +++ b/usr.sbin/sendmail/src/version.c @@ -33,7 +33,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)version.c 8.1 (Berkeley) 6/27/93"; +static char sccsid[] = "@(#)version.c 8.3 (Berkeley) 7/13/93"; #endif /* not lint */ -char Version[] = "8.1C"; +char Version[] = "8.3"; |
