diff options
-rw-r--r-- | sbin/isakmpd/monitor.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sbin/isakmpd/monitor.h b/sbin/isakmpd/monitor.h index f7146478268..8011fb31abe 100644 --- a/sbin/isakmpd/monitor.h +++ b/sbin/isakmpd/monitor.h @@ -1,4 +1,4 @@ -/* $OpenBSD: monitor.h,v 1.16 2005/05/28 18:48:12 hshoexer Exp $ */ +/* $OpenBSD: monitor.h,v 1.17 2005/05/28 18:52:12 hshoexer Exp $ */ /* * Copyright (c) 2003 Håkan Olsson. All rights reserved. @@ -30,9 +30,6 @@ #include <sys/types.h> #include <sys/stat.h> -//#include <dirent.h> -//#include <stdio.h> - #define ISAKMPD_PRIVSEP_USER "_isakmpd" #define ISAKMP_PORT_DEFAULT 500 |