Merge branch 'tomato-ND-USBmod' into tomato-RT
[tomato.git] / release / src / router / radvd / privsep-bsd44.c
blob565261f7a64d62546e55216b60bfe14d6b241b09
1 /*
2 * $Id: privsep-bsd44.c,v 1.2 2010/12/14 11:58:21 psavola Exp $
4 * Authors:
5 * Jim Paris <jim@jtan.com>
6 * Pedro Roque <roque@di.fc.ul.pt>
7 * Lars Fenneberg <lf@elemental.net>
9 * This software is Copyright 1996,1997,2008 by the above mentioned author(s),
10 * All Rights Reserved.
12 * The license which is distributed with this software in the file COPYRIGHT
13 * applies to this software. If your distribution is missing this file, you
14 * may request it from <pekkas@netcore.fi>.
18 #include "config.h"
19 #include "includes.h"
20 #include "radvd.h"
21 #include "pathnames.h"
23 /* Not available */
24 int
25 privsep_init(void)
27 return 0;
30 int
31 privsep_enabled(void)
33 return 0;