diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-01-06 02:59:24 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-01-06 02:59:24 +0000 |
commit | e37cb394b454237903b95f6290919c0e7fe93e40 (patch) | |
tree | 57e510cb204a578bf44ad861fc90e3669eb69744 | |
parent | df81794a64572e9df1b511e92b346fe4395da80e (diff) |
som is a md format
-rw-r--r-- | sys/lib/libsa/exec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libsa/exec.h b/sys/lib/libsa/exec.h index 53525d499cf..a1493f483c5 100644 --- a/sys/lib/libsa/exec.h +++ b/sys/lib/libsa/exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.h,v 1.2 1998/07/14 17:21:44 mickey Exp $ */ +/* $OpenBSD: exec.h,v 1.3 2000/01/06 02:59:23 mickey Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -45,7 +45,7 @@ #include <sys/exec_elf.h> #endif #ifdef EXEC_SOM -#include <sys/exec_som.h> +#include <machine/som.h> #endif union x_header { |