diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-11-07 16:41:02 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-11-07 16:41:02 +0000 |
commit | ab5886973e3605a3f3380ea0bb6840e0e2c0c6c0 (patch) | |
tree | 03d54e7934881dde5c30cce894a741bfc1da8483 /sys/arch | |
parent | f4e8c459fc3dbe006b4fa187c67f9f9e7bcad3e4 (diff) |
fix the ref to hpux elf extensions; from Jared Yanovich <jjy2+@pitt.edu>
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/include/exec.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hppa/include/exec.h b/sys/arch/hppa/include/exec.h index 851ee99cb90..5f8fc1a49d5 100644 --- a/sys/arch/hppa/include/exec.h +++ b/sys/arch/hppa/include/exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.h,v 1.8 2002/10/24 19:28:20 mickey Exp $ */ +/* $OpenBSD: exec.h,v 1.9 2003/11/07 16:41:01 mickey Exp $ */ /* * Copyright (c) 1994, The University of Utah and @@ -43,8 +43,8 @@ /* * the following MD ELF values defenitions are from the: * "Processor-Specific ELF Supplement for PA-RISC. - * Including HP and HP-UX Extensions. Version 1.43. October 6, 1998" - * http://www.software.hp.com/STK/partner/elf-pa.pdf + * Including HP and HP-UX Extensions. Version 1.43. October 6, 1997" + * http://devrsrc1.external.hp.com/STK/partner/elf-pa.pdf * */ |