=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/isexec.c,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/rdist/isexec.c 1998/06/26 21:21:12 1.4 --- src/usr.bin/rdist/isexec.c 2002/05/09 19:13:02 1.5 *************** *** 1,4 **** ! /* $OpenBSD: isexec.c,v 1.4 1998/06/26 21:21:12 millert Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: isexec.c,v 1.5 2002/05/09 19:13:02 millert Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. *************** *** 38,44 **** "$From: isexec.c,v 6.21 1994/04/01 23:44:10 mcooper Exp $"; #else static char RCSid[] = ! "$OpenBSD: isexec.c,v 1.4 1998/06/26 21:21:12 millert Exp $"; #endif static char sccsid[] = "@(#)client.c"; --- 38,44 ---- "$From: isexec.c,v 6.21 1994/04/01 23:44:10 mcooper Exp $"; #else static char RCSid[] = ! "$OpenBSD: isexec.c,v 1.5 2002/05/09 19:13:02 millert Exp $"; #endif static char sccsid[] = "@(#)client.c"; *************** *** 75,81 **** /* * Elf */ ! #include #define ISELF(h) (h.e_type == ET_EXEC) #endif /* EXE_ELF_AND_COFF || EXE_ELF */ --- 75,81 ---- /* * Elf */ ! #include #define ISELF(h) (h.e_type == ET_EXEC) #endif /* EXE_ELF_AND_COFF || EXE_ELF */ *************** *** 122,128 **** /* * Elf */ - #include typedef Elf32_Ehdr hdr_t; #endif /* EXE_TYPE == EXE_ELF */ --- 122,127 ----