diff options
author | markm <markm@FreeBSD.org> | 2002-04-28 11:52:43 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2002-04-28 11:52:43 +0000 |
commit | 06bdac1d8635111621237a23745d8878bd9da937 (patch) | |
tree | 5e478b12dd20063ce40f45bc472d3eb92b8d9d81 /usr.bin/passwd/passwd.c | |
parent | 82e411fc670f3b27cef7ce562cf69bad05c0b63a (diff) | |
download | FreeBSD-src-06bdac1d8635111621237a23745d8878bd9da937.zip FreeBSD-src-06bdac1d8635111621237a23745d8878bd9da937.tar.gz |
Fix VCS inclusions.
Diffstat (limited to 'usr.bin/passwd/passwd.c')
-rw-r--r-- | usr.bin/passwd/passwd.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/passwd/passwd.c b/usr.bin/passwd/passwd.c index 5648f1a..9d01454 100644 --- a/usr.bin/passwd/passwd.c +++ b/usr.bin/passwd/passwd.c @@ -30,10 +30,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 <sys/param.h> #include <err.h> |