Date: Sat, 18 May 2002 22:50:32 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 11519 for review Message-ID: <200205190550.g4J5oWF44482@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=11519 Change 11519 by peter@peter_ia64 on 2002/05/18 22:50:14 fix duplicate suword32 etc declarations. Affected files ... ... //depot/projects/ia64/sys/ia64/ia32/ia32_misc.c#2 edit ... //depot/projects/ia64/sys/ia64/ia32/imgact_ia32.c#3 edit Differences ... ==== //depot/projects/ia64/sys/ia64/ia32/ia32_misc.c#2 (text+ko) ==== @@ -1161,9 +1161,6 @@ /* * MPSAFE */ -extern long fuword32(const void *base); -extern void suword32(void *base, u_int32_t v); - int ia32_sysctl(struct thread *td, struct ia32_sysctl_args *uap) { ==== //depot/projects/ia64/sys/ia64/ia32/imgact_ia32.c#3 (text+ko) ==== @@ -73,8 +73,6 @@ __ElfType(Brandinfo); __ElfType(Auxargs); -extern int suword32(void *p, u_int32_t v); - static int ia32_check_header(const Elf32_Ehdr *hdr); static int ia32_freebsd_fixup(register_t **stack_base, struct image_params *imgp); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205190550.g4J5oWF44482>