summaryrefslogtreecommitdiff
path: root/distrib/crunch/crunchide
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2002-06-09 05:53:56 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2002-06-09 05:53:56 +0000
commitb13c289929e257cab1b006c9729ba42cb1a36e43 (patch)
treeb7fca2b7163335a580f5c3fbd9ee342a991c70d4 /distrib/crunch/crunchide
parent05957ef75e5bfab37e160ad7ba105c09c4b972de (diff)
knf
Diffstat (limited to 'distrib/crunch/crunchide')
-rw-r--r--distrib/crunch/crunchide/crunchide.c4
-rw-r--r--distrib/crunch/crunchide/elf_hide.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/distrib/crunch/crunchide/crunchide.c b/distrib/crunch/crunchide/crunchide.c
index 7698560f155..e46713251bb 100644
--- a/distrib/crunch/crunchide/crunchide.c
+++ b/distrib/crunch/crunchide/crunchide.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: crunchide.c,v 1.14 2001/09/18 21:23:41 jason Exp $ */
+/* $OpenBSD: crunchide.c,v 1.15 2002/06/09 05:53:53 todd Exp $ */
/*
* Copyright (c) 1994 University of Maryland
@@ -57,7 +57,7 @@
* - arrange that all the BSS segments start at the same address, so
* that the final crunched binary BSS size is the max of all the
* component programs' BSS sizes, rather than their sum.
- */
+ */
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/distrib/crunch/crunchide/elf_hide.c b/distrib/crunch/crunchide/elf_hide.c
index ebb96d2c8a3..29dd9e4eeb6 100644
--- a/distrib/crunch/crunchide/elf_hide.c
+++ b/distrib/crunch/crunchide/elf_hide.c
@@ -1,9 +1,9 @@
-/* $OpenBSD: elf_hide.c,v 1.6 2001/01/23 21:00:20 art Exp $ */
+/* $OpenBSD: elf_hide.c,v 1.7 2002/06/09 05:53:53 todd Exp $ */
/*
* Copyright (c) 1997 Dale Rahn. All rights reserved.
*
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -28,7 +28,7 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
+ */
#include <sys/types.h>
#include <sys/mman.h>