summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/powerpc/include/exec.h')
-rw-r--r--sys/arch/powerpc/include/exec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc/include/exec.h b/sys/arch/powerpc/include/exec.h
index 54357834d22..7a294b1411c 100644
--- a/sys/arch/powerpc/include/exec.h
+++ b/sys/arch/powerpc/include/exec.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: exec.h,v 1.3 1996/12/28 06:25:06 rahnds Exp $ */
/*
* Copyright (c) 1993 Christopher G. Demetriou
* All rights reserved.
@@ -24,7 +25,7 @@
* (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: exec.h,v 1.2 1996/12/23 02:42:35 deraadt Exp $
+ * $Id: exec.h,v 1.3 1996/12/28 06:25:06 rahnds Exp $
*/
#ifndef _PPC_EXEC_H_