aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp/pwd_grp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpwdgrp/pwd_grp.c')
-rw-r--r--libpwdgrp/pwd_grp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpwdgrp/pwd_grp.c b/libpwdgrp/pwd_grp.c
index c9bbc8bda..b44ada432 100644
--- a/libpwdgrp/pwd_grp.c
+++ b/libpwdgrp/pwd_grp.c
@@ -1,5 +1,6 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* Copyright (C) 2014 Tito Ragusa <farmatito@tiscali.it> 2/*
3 * Copyright (C) 2014 Tito Ragusa <farmatito@tiscali.it>
3 * 4 *
4 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 5 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
5 */ 6 */
@@ -28,7 +29,6 @@
28 * implemented, if you need a particular missing function it should be 29 * implemented, if you need a particular missing function it should be
29 * easy to write it by using the internal common code. 30 * easy to write it by using the internal common code.
30 */ 31 */
31
32#include "libbb.h" 32#include "libbb.h"
33 33
34struct const_passdb { 34struct const_passdb {