Rebranding shuffle.
[jra/samba/.git] / fileserver / utmp.c
similarity index 99%
rename from source3/smbd/utmp.c
rename to fileserver/utmp.c
index 74774054e855d8ce04add9edb5f386ada7377e84..3e147c40ba42b6d61fb212ddb8486cf956b38286 100644 (file)
@@ -1,19 +1,19 @@
-/* 
+/*
    Unix SMB/CIFS implementation.
    utmp routines
    Copyright (C) T.D.Lee@durham.ac.uk 1999
    Heavily modified by Andrew Bartlett and Tridge, April 2001
-   
+
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
-   
+
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
-   
+
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
@@ -60,7 +60,7 @@ OS observations and status:
 
        FreeBSD:
                No "putut*()" type of interface.
-               No "ut_type" and associated defines. 
+               No "ut_type" and associated defines.
                Write files directly.  Alternatively use its login(3)/logout(3).
        SunOS 4:
                Not tested.  Resembles FreeBSD, but no login()/logout().
@@ -276,7 +276,7 @@ static void updwtmp_my(const char *wname, struct utmp *u, bool claim)
 
        if (! claim) {
                /*
-                * BSD-like systems:
+                * BSD-like systems:
                 *      may use empty ut_name to distinguish a logout record.
                 *
                 * May need "if defined(SUNOS4)" etc. around some of these,