f89adb2c2a52b505501c3eaa2aec9fd4df6bd60aTinderbox User/* Copyright (c) 2008 The NetBSD Foundation, Inc.
f89adb2c2a52b505501c3eaa2aec9fd4df6bd60aTinderbox User * All rights reserved.
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * Redistribution and use in source and binary forms, with or without
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * modification, are permitted provided that the following conditions
f89adb2c2a52b505501c3eaa2aec9fd4df6bd60aTinderbox User * 1. Redistributions of source code must retain the above copyright
f89adb2c2a52b505501c3eaa2aec9fd4df6bd60aTinderbox User * notice, this list of conditions and the following disclaimer.
594d15df254304ef6705a9fc028bcd34328bce42Mark Andrews * 2. Redistributions in binary form must reproduce the above copyright
594d15df254304ef6705a9fc028bcd34328bce42Mark Andrews * notice, this list of conditions and the following disclaimer in the
594d15df254304ef6705a9fc028bcd34328bce42Mark Andrews * documentation and/or other materials provided with the distribution.
594d15df254304ef6705a9fc028bcd34328bce42Mark Andrews * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND
594d15df254304ef6705a9fc028bcd34328bce42Mark Andrews * CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
594d15df254304ef6705a9fc028bcd34328bce42Mark Andrews * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
594d15df254304ef6705a9fc028bcd34328bce42Mark Andrews * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
594d15df254304ef6705a9fc028bcd34328bce42Mark Andrews * IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY
#include <errno.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <atf-c.h>
return atf_no_error();