diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 22:35:07 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 22:35:07 +0000 |
| commit | 8719c58fefefd5ceebb076be7e40b2a2be317c36 (patch) | |
| tree | 947a4f993aac5c93cff78ad1e3e445c96e2177be /lib/libutil/property.c | |
| parent | 209040d8b082e1336825807edbce8fe65c244860 (diff) | |
Notes
Diffstat (limited to 'lib/libutil/property.c')
| -rw-r--r-- | lib/libutil/property.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/property.c b/lib/libutil/property.c index 91189d9d8e09..815ce6cd0b9f 100644 --- a/lib/libutil/property.c +++ b/lib/libutil/property.c @@ -27,11 +27,11 @@ * 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$ - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <ctype.h> #include <unistd.h> #include <stdlib.h> |
