aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp/getpwnam.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpwdgrp/getpwnam.c')
-rw-r--r--libpwdgrp/getpwnam.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpwdgrp/getpwnam.c b/libpwdgrp/getpwnam.c
index 013f155bc..f4caeeab1 100644
--- a/libpwdgrp/getpwnam.c
+++ b/libpwdgrp/getpwnam.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * getpwnam.c - This file is part of the libc-8086/pwd package for ELKS, 2 * getpwnam.c - This file is part of the libc-8086/pwd package for ELKS,
3 * Copyright (C) 1995, 1996 Nat Friedman <ndf@linux.mit.edu>. 3 * Copyright (C) 1995, 1996 Nat Friedman <ndf@linux.mit.edu>.
4 * 4 *
5 * This library is free software; you can redistribute it and/or 5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public 6 * modify it under the terms of the GNU Library General Public
7 * License as published by the Free Software Foundation; either 7 * License as published by the Free Software Foundation; either
@@ -18,7 +18,7 @@
18 * 18 *
19 */ 19 */
20 20
21#include "busybox.h" 21#include "busybox.h"
22 22
23#include <unistd.h> 23#include <unistd.h>
24#include <string.h> 24#include <string.h>