diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-02-14 22:04:09 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-02-14 22:04:09 +0000 |
| commit | 7a519a0014e33aa836763f92965fc300feb2ad20 (patch) | |
| tree | df5b2b5cb09f44b74600f572c248cea4924f18bf | |
| parent | 5174ad8b76871da6582012d57b4c4bdc8acfdbb6 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/amd/include/config.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/usr.sbin/amd/include/config.h b/usr.sbin/amd/include/config.h index fe6b7dbf6e90..af004d18025b 100644 --- a/usr.sbin/amd/include/config.h +++ b/usr.sbin/amd/include/config.h @@ -1,6 +1,11 @@ -/* $Id: config.h,v 1.9 1999/01/13 19:33:02 obrien Exp $ */ -/* portions derived from - $NetBSD: config.h,v 1.11 1998/08/08 22:33:37 christos Exp $ */ +/* + * $Id: config.h,v 1.10 1999/02/13 11:06:19 obrien Exp $ + * + * portions derived from + * $NetBSD: config.h,v 1.11 1998/08/08 22:33:37 christos Exp $ + * + */ + /* config.h. Generated automatically by configure. */ /* aux/config.h.in. Generated automatically from ./aux/configure.in by autoheader. */ /* |
