summaryrefslogtreecommitdiff
path: root/bin/systrace/intercept.c
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-10-18 19:26:01 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-10-18 19:26:01 +0000
commite8187f43aa5204b785e17ab3f9b2c79dd93fb424 (patch)
treef0582c94e7934e513add944e5341dfcf6e0ae363 /bin/systrace/intercept.c
parent6c89794ce20d3dc00cf474e8442e1f3dbef14406 (diff)
typos from Jared Yanovich;
Diffstat (limited to 'bin/systrace/intercept.c')
-rw-r--r--bin/systrace/intercept.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/systrace/intercept.c b/bin/systrace/intercept.c
index 4a68610b4a8..5777c4de36d 100644
--- a/bin/systrace/intercept.c
+++ b/bin/systrace/intercept.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: intercept.c,v 1.43 2003/10/08 16:32:44 sturm Exp $ */
+/* $OpenBSD: intercept.c,v 1.44 2003/10/18 19:26:00 jmc Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
* All rights reserved.
@@ -272,7 +272,7 @@ intercept_run(int bg, int fd, uid_t uid, gid_t gid,
pid_t pid, cpid;
int status;
- /* Block signals so that timeing on signal delivery does not matter */
+ /* Block signals so that timing on signal delivery does not matter */
sigemptyset(&none);
sigemptyset(&set);
sigaddset(&set, SIGUSR1);
@@ -642,7 +642,7 @@ normalize_filename(int fd, pid_t pid, char *name, int userp)
if (userp != ICLINK_NONE) {
static char rcwd[2*MAXPATHLEN];
- char *base= basename(cwd);
+ char *base = basename(cwd);
int failed = 0;
/* The dot maybe used by rmdir("/tmp/something/.") */