summaryrefslogtreecommitdiff
path: root/libpwdgrp/getpw.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-03-15 08:29:22 +0000
committerEric Andersen <andersen@codepoet.org>2004-03-15 08:29:22 +0000
commitc7bda1ce659294d6e22c06e087f6f265983c7578 (patch)
tree4c6d2217f4d8306c59cf1096f8664e1cfd167213 /libpwdgrp/getpw.c
parent8854004b41065b3d081af7f3df13a100b0c8bfbe (diff)
downloadbusybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.gz
busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.bz2
busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.zip
Remove trailing whitespace. Update copyright to include 2004.
Diffstat (limited to 'libpwdgrp/getpw.c')
-rw-r--r--libpwdgrp/getpw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpwdgrp/getpw.c b/libpwdgrp/getpw.c
index d46e2c7da..8494a6ae9 100644
--- a/libpwdgrp/getpw.c
+++ b/libpwdgrp/getpw.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * getpw.c - This file is part of the libc-8086/pwd package for ELKS, 2 * getpw.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 <sys/types.h> 23#include <sys/types.h>
24#include <errno.h> 24#include <errno.h>