177232Srwatson/*-
277232Srwatson * Copyright (c) 2001 Robert N. M. Watson
377232Srwatson * All rights reserved.
477232Srwatson *
577232Srwatson * Redistribution and use in source and binary forms, with or without
677232Srwatson * modification, are permitted provided that the following conditions
777232Srwatson * are met:
877232Srwatson * 1. Redistributions of source code must retain the above copyright
977232Srwatson *    notice, this list of conditions and the following disclaimer.
1077232Srwatson * 2. Redistributions in binary form must reproduce the above copyright
1177232Srwatson *    notice, this list of conditions and the following disclaimer in the
1277232Srwatson *    documentation and/or other materials provided with the distribution.
1377232Srwatson *
1477232Srwatson * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1577232Srwatson * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1677232Srwatson * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1777232Srwatson * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1877232Srwatson * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1977232Srwatson * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2077232Srwatson * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2177232Srwatson * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2277232Srwatson * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2377232Srwatson * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2477232Srwatson * SUCH DAMAGE.
2577232Srwatson *
2677232Srwatson * $FreeBSD$
2777232Srwatson */
28129096Srwatson#ifndef _SYS_REGRESSION_H_
29129096Srwatson#define	_SYS_REGRESSION_H_
3077232Srwatson
3177232Srwatson#ifndef _KERNEL
3277232Srwatson/*
3377232Srwatson * System calls associated with regression testing functions in kernel.
3477232Srwatson */
3592719Salfredint	__setugid(int _flag);
3677232Srwatson#endif /* !_KERNEL */
3777232Srwatson
38129096Srwatson#endif /* !_SYS_REGRESSION_H_ */
39