summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoruwe <uwe@NetBSD.org>2006-01-11 22:50:35 +0000
committeruwe <uwe@NetBSD.org>2006-01-11 22:50:35 +0000
commit211efb2fb0387c618df1c770280351b3c089f1d2 (patch)
treea79d1e4711e0bd6c0d7106b91810ba2a2331ee08 /include
parent3fbee2332668e3b8f45ea44369712f3c870184a7 (diff)
Fix comment indentation after __P was deleted.
Diffstat (limited to 'include')
-rw-r--r--include/link_elf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/link_elf.h b/include/link_elf.h
index c870e541c11..d848a656c91 100644
--- a/include/link_elf.h
+++ b/include/link_elf.h
@@ -1,4 +1,4 @@
-/* $NetBSD: link_elf.h,v 1.6 2005/02/03 04:39:32 perry Exp $ */
+/* $NetBSD: link_elf.h,v 1.7 2006/01/11 22:50:35 uwe Exp $ */
/*
* This only exists for GDB.
@@ -25,7 +25,7 @@ struct link_map {
struct r_debug {
int r_version; /* not used */
struct link_map *r_map; /* list of loaded images */
- void (*r_brk)(void); /* pointer to break point */
+ void (*r_brk)(void); /* pointer to break point */
enum {
RT_CONSISTENT, /* things are stable */
RT_ADD, /* adding a shared library */