Module Name: src
Committed By: christos
Date: Tue Feb 3 01:22:08 UTC 2015
Modified Files:
src/external/bsd/blacklist/lib: bl.c
Log Message:
fix typo.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/external/bsd/blacklist/lib/bl.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/blacklist/lib/bl.c
diff -u src/external/bsd/blacklist/lib/bl.c:1.23 src/external/bsd/blacklist/lib/bl.c:1.24
--- src/external/bsd/blacklist/lib/bl.c:1.23 Mon Feb 2 17:03:45 2015
+++ src/external/bsd/blacklist/lib/bl.c Mon Feb 2 20:22:08 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: bl.c,v 1.23 2015/02/02 22:03:45 christos Exp $ */
+/* $NetBSD: bl.c,v 1.24 2015/02/03 01:22:08 christos Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
#endif
#include <sys/cdefs.h>
-__RCSID("$NetBSD: bl.c,v 1.23 2015/02/02 22:03:45 christos Exp $");
+__RCSID("$NetBSD: bl.c,v 1.24 2015/02/03 01:22:08 christos Exp $");
#include <sys/param.h>
#include <sys/types.h>
@@ -405,7 +405,7 @@ bl_recv(bl_t b)
msg.msg_namelen = 0;
msg.msg_iov = &iov;
msg.msg_iovlen = 1;
- msg.msc_flags = 0;
+ msg.msg_flags = 0;
msg.msg_control = ua.ctrl;
msg.msg_controllen = sizeof(ua.ctrl) + 100;