diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-15 04:50:23 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-15 04:50:23 +0000 |
| commit | ab1d6ce62a8edf678014b145a72d01ce00e497b6 (patch) | |
| tree | 79e25b84c0bbf58df2ed1878800b510b0d701501 /release/sysinstall/keymap.c | |
| parent | 7062700ba4142163550373586aabeb017a7a6128 (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/keymap.c')
| -rw-r--r-- | release/sysinstall/keymap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/keymap.c b/release/sysinstall/keymap.c index f0d5293b84aa..459f4cbe2860 100644 --- a/release/sysinstall/keymap.c +++ b/release/sysinstall/keymap.c @@ -21,10 +21,11 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: keymap.c,v 1.1.2.1 1996/11/09 16:49:11 joerg Exp $ + * $Id$ * */ +#include "sysinstall.h" #include <errno.h> #include <stdlib.h> #include <string.h> @@ -37,7 +38,6 @@ struct keymapInfo { }; #include "keymap.h" -#include "sysinstall.h" /* * keymap.h is being automatically generated by the Makefile. It |
