summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin/sendmail/libsm/strio.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2006-03-22 18:43:57 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2006-03-22 18:43:57 +0000
commit97fa21b33f35ad11a93f7761afd37bab48787dea (patch)
tree860690548bc1d16790dd46483a9e6e804f675c1a /gnu/usr.sbin/sendmail/libsm/strio.c
parent725cd45607e654de459898ed4b7e2fd7827d6120 (diff)
Update to sendmail 8.13.6
Diffstat (limited to 'gnu/usr.sbin/sendmail/libsm/strio.c')
-rw-r--r--gnu/usr.sbin/sendmail/libsm/strio.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.sbin/sendmail/libsm/strio.c b/gnu/usr.sbin/sendmail/libsm/strio.c
index 9b9bc2975c8..4049bc77b41 100644
--- a/gnu/usr.sbin/sendmail/libsm/strio.c
+++ b/gnu/usr.sbin/sendmail/libsm/strio.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000-2002, 2004 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 2000-2002, 2004, 2005 Sendmail, Inc. and its suppliers.
* All rights reserved.
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
@@ -13,7 +13,7 @@
*/
#include <sm/gen.h>
-SM_IDSTR(id, "@(#)$Sendmail: strio.c,v 1.43 2004/08/03 20:48:30 ca Exp $")
+SM_IDSTR(id, "@(#)$Sendmail: strio.c,v 1.44 2005/06/09 21:40:19 ca Exp $")
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
@@ -359,7 +359,7 @@ sm_strsetmode(fp, mode)
** Failure: -1 and sets errno
*/
-int
+static int
sm_strgetmode(fp, mode)
SM_FILE_T *fp;
int *mode;