diff options
Diffstat (limited to 'usr.sbin/ldapd/schema.h')
-rw-r--r-- | usr.sbin/ldapd/schema.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ldapd/schema.h b/usr.sbin/ldapd/schema.h index 983d7e06b04..91e6d748c6a 100644 --- a/usr.sbin/ldapd/schema.h +++ b/usr.sbin/ldapd/schema.h @@ -1,4 +1,4 @@ -/* $OpenBSD: schema.h,v 1.2 2010/06/30 04:17:04 martinh Exp $ */ +/* $OpenBSD: schema.h,v 1.3 2010/07/01 18:37:12 martinh Exp $ */ /* * Copyright (c) 2010 Martin Hedenfalk <martinh@openbsd.org> @@ -32,7 +32,7 @@ enum usage { struct name { SLIST_ENTRY(name) next; - const char *name; + char *name; }; SLIST_HEAD(name_list, name); |