diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2019-01-25 00:19:28 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2019-01-25 00:19:28 +0000 |
commit | 19e57109cd585cb86d263decaeaf7c719b3fc826 (patch) | |
tree | 33a0fb8e3da4b7ad0daa0878598496cc3e03f55d /sys/kern | |
parent | 6a583bbe6f30ab5dc54cf72dcb123d91a84106c6 (diff) |
I am retiring my old email address; replace it with my OpenBSD one.
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/sysv_sem.c | 4 | ||||
-rw-r--r-- | sys/kern/sysv_shm.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/kern/sysv_sem.c b/sys/kern/sysv_sem.c index 157d1ef2ef4..4f72a7595ae 100644 --- a/sys/kern/sysv_sem.c +++ b/sys/kern/sysv_sem.c @@ -1,8 +1,8 @@ -/* $OpenBSD: sysv_sem.c,v 1.54 2018/12/12 14:15:00 mpi Exp $ */ +/* $OpenBSD: sysv_sem.c,v 1.55 2019/01/25 00:19:26 millert Exp $ */ /* $NetBSD: sysv_sem.c,v 1.26 1996/02/09 19:00:25 christos Exp $ */ /* - * Copyright (c) 2002,2003 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2002,2003 Todd C. Miller <millert@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/sys/kern/sysv_shm.c b/sys/kern/sysv_shm.c index 86dd9a0a65e..1fcaff75b9f 100644 --- a/sys/kern/sysv_shm.c +++ b/sys/kern/sysv_shm.c @@ -1,8 +1,8 @@ -/* $OpenBSD: sysv_shm.c,v 1.70 2018/12/12 14:15:35 mpi Exp $ */ +/* $OpenBSD: sysv_shm.c,v 1.71 2019/01/25 00:19:26 millert Exp $ */ /* $NetBSD: sysv_shm.c,v 1.50 1998/10/21 22:24:29 tron Exp $ */ /* - * Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2002 Todd C. Miller <millert@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above |