diff options
author | rwatson <rwatson@FreeBSD.org> | 2003-11-08 00:21:20 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2003-11-08 00:21:20 +0000 |
commit | 811b4090b70c77f341c50570bd1225dd15c97d55 (patch) | |
tree | 042b69116d781ff026223debada87c9ac90121a2 /sys/security/mac_lomac | |
parent | bcb110396ec4daf2b5da2332b46e058df32ff935 (diff) | |
download | FreeBSD-src-811b4090b70c77f341c50570bd1225dd15c97d55.zip FreeBSD-src-811b4090b70c77f341c50570bd1225dd15c97d55.tar.gz |
Replace a '-' with a ')'. Update copyright.
PR: 53195
Diffstat (limited to 'sys/security/mac_lomac')
-rw-r--r-- | sys/security/mac_lomac/mac_lomac.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/security/mac_lomac/mac_lomac.c b/sys/security/mac_lomac/mac_lomac.c index 50a6f7b..c6261bf 100644 --- a/sys/security/mac_lomac/mac_lomac.c +++ b/sys/security/mac_lomac/mac_lomac.c @@ -1,6 +1,6 @@ /*- * Copyright (c) 1999, 2000, 2001, 2002 Robert N. M. Watson - * Copyright (c) 2001, 2002 Networks Associates Technology, Inc. + * Copyright (c) 2001, 2002, 2003 Networks Associates Technology, Inc. * All rights reserved. * * This software was developed by Robert Watson for the TrustedBSD Project. @@ -717,7 +717,7 @@ mac_lomac_to_string(struct sbuf *sb, struct mac_lomac *mac_lomac) == -1) return (EINVAL); - if (sbuf_putc(sb, '-') == -1) + if (sbuf_putc(sb, ')') == -1) return (EINVAL); } |