summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-06-28 00:26:30 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-06-28 00:26:30 +0000
commit8fe6ef545bbf59030ee975a1976e0fca606bebc5 (patch)
tree30020379c6eee67a2587d2a251ee6227d5719c27 /bin
parent6bd5d7216638ae158c4cdf687599e8b9417ae5e4 (diff)
KNF
Diffstat (limited to 'bin')
-rw-r--r--bin/systrace/intercept.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/systrace/intercept.c b/bin/systrace/intercept.c
index ff95309e553..2564861025e 100644
--- a/bin/systrace/intercept.c
+++ b/bin/systrace/intercept.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: intercept.c,v 1.7 2002/06/21 15:26:06 provos Exp $ */
+/* $OpenBSD: intercept.c,v 1.8 2002/06/28 00:26:29 deraadt Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
* All rights reserved.
@@ -73,6 +73,7 @@ int
sccompare(struct intercept_syscall *a, struct intercept_syscall *b)
{
int diff;
+
diff = strcmp(a->emulation, b->emulation);
if (diff)
return (diff);