Add $Id$, nuke queue.h.

This commit is contained in:
Nicholas Marriott 2009-08-20 12:54:08 +00:00
parent 2f517111ef
commit dd9dd142c9
3 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
/* $Id: imsg-buffer.c,v 1.3 2009-08-20 12:54:08 nicm Exp $ */
/* $OpenBSD: imsg-buffer.c,v 1.1 2009/08/11 17:18:35 nicm Exp $ */ /* $OpenBSD: imsg-buffer.c,v 1.1 2009/08/11 17:18:35 nicm Exp $ */
/* /*
@ -17,7 +18,6 @@
*/ */
#include <sys/param.h> #include <sys/param.h>
#include <sys/queue.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <sys/uio.h> #include <sys/uio.h>

View File

@ -1,3 +1,4 @@
/* $Id: imsg.c,v 1.3 2009-08-20 12:54:08 nicm Exp $ */
/* $OpenBSD: imsg.c,v 1.1 2009/08/11 17:18:35 nicm Exp $ */ /* $OpenBSD: imsg.c,v 1.1 2009/08/11 17:18:35 nicm Exp $ */
/* /*
@ -17,7 +18,6 @@
*/ */
#include <sys/param.h> #include <sys/param.h>
#include <sys/queue.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <sys/uio.h> #include <sys/uio.h>

View File

@ -1,3 +1,4 @@
/* $Id: imsg.h,v 1.3 2009-08-20 12:54:08 nicm Exp $ */
/* $OpenBSD: imsg.h,v 1.1 2009/08/11 17:18:35 nicm Exp $ */ /* $OpenBSD: imsg.h,v 1.1 2009/08/11 17:18:35 nicm Exp $ */
/* /*