Deleted Added
full compact
confstr.c (1574) confstr.c (11659)
1/*-
2 * Copyright (c) 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 28 unchanged lines hidden (view full) ---

37
38#include <sys/param.h>
39#include <sys/sysctl.h>
40
41#include <errno.h>
42#include <paths.h>
43#include <stdlib.h>
44#include <unistd.h>
1/*-
2 * Copyright (c) 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 28 unchanged lines hidden (view full) ---

37
38#include <sys/param.h>
39#include <sys/sysctl.h>
40
41#include <errno.h>
42#include <paths.h>
43#include <stdlib.h>
44#include <unistd.h>
45#include <string.h>
45
46size_t
47confstr(name, buf, len)
48 int name;
49 char *buf;
50 size_t len;
51{
52 size_t tlen;

--- 33 unchanged lines hidden ---
46
47size_t
48confstr(name, buf, len)
49 int name;
50 char *buf;
51 size_t len;
52{
53 size_t tlen;

--- 33 unchanged lines hidden ---