I've written more than a fair share of this to see my name up in

lights.  Wine & women, come to me now!
This commit is contained in:
pooka 2007-11-08 17:08:46 +00:00
parent 7dc67449bf
commit 6b61e56541
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: refuse.3,v 1.6 2007/09/24 00:22:26 pooka Exp $
.\" $NetBSD: refuse.3,v 1.7 2007/11/08 17:08:46 pooka Exp $
.\"
.\" Copyright © 2007 Alistair Crooks. All rights reserved.
.\"
@ -237,6 +237,7 @@ An unsupported experimental version of
first appeared in
.Nx 5.0 .
.Sh AUTHORS
.An Alistair Crooks Aq agc@NetBSD.org
.An Alistair Crooks Aq agc@NetBSD.org ,
.An Antti Kantee Aq pooka@NetBSD.org
.Sh BUGS
Many, legion, but well-loved.

View File

@ -1,7 +1,8 @@
/* $NetBSD: refuse.c,v 1.82 2007/11/05 17:48:18 pooka Exp $ */
/* $NetBSD: refuse.c,v 1.83 2007/11/08 17:08:46 pooka Exp $ */
/*
* Copyright © 2007 Alistair Crooks. All rights reserved.
* Copyright © 2007 Antti Kantee. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@ -30,7 +31,7 @@
#include <sys/cdefs.h>
#if !defined(lint)
__RCSID("$NetBSD: refuse.c,v 1.82 2007/11/05 17:48:18 pooka Exp $");
__RCSID("$NetBSD: refuse.c,v 1.83 2007/11/08 17:08:46 pooka Exp $");
#endif /* !lint */
#include <sys/types.h>