diff options
Diffstat (limited to 'sys/dev/hfa/hfa_sbus.c')
-rw-r--r-- | sys/dev/hfa/hfa_sbus.c | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/sys/dev/hfa/hfa_sbus.c b/sys/dev/hfa/hfa_sbus.c index 3e769d2..990803c 100644 --- a/sys/dev/hfa/hfa_sbus.c +++ b/sys/dev/hfa/hfa_sbus.c @@ -22,17 +22,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ - -/* - * +/*- * =================================== * HARP | Host ATM Research Platform * =================================== * - * * This Host ATM Research Platform ("HARP") file (the "Software") is * made available by Network Computing Services, Inc. ("NetworkCS") * "AS IS". NetworkCS does not provide maintenance, improvements or @@ -50,9 +45,11 @@ * * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/socket.h> |