Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/blacklist/lib fix typo.
details: https://anonhg.NetBSD.org/src/rev/3cc8bba1a51d
branches: trunk
changeset: 806107:3cc8bba1a51d
user: christos <christos%NetBSD.org@localhost>
date: Tue Feb 03 01:22:08 2015 +0000
description:
fix typo.
diffstat:
external/bsd/blacklist/lib/bl.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r fce5e7f632f7 -r 3cc8bba1a51d external/bsd/blacklist/lib/bl.c
--- a/external/bsd/blacklist/lib/bl.c Mon Feb 02 22:07:05 2015 +0000
+++ b/external/bsd/blacklist/lib/bl.c Tue Feb 03 01:22:08 2015 +0000
@@ -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 @@
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;
Home |
Main Index |
Thread Index |
Old Index