mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 20:09:18 +02:00
small fix.
git-svn-id: trunk@11081 -
This commit is contained in:
parent
fa3a0815ac
commit
d8d208de9c
@ -2,7 +2,7 @@ unit users;
|
|||||||
|
|
||||||
Interface
|
Interface
|
||||||
{$mode delphi}
|
{$mode delphi}
|
||||||
uses BaseUnix,pwd,grp, {$ifdef Linux} shadow{$endif},SysUtils,Classes;
|
uses BaseUnix,pwd,grp, {$ifdef Linux} shadow,{$endif}SysUtils,Classes;
|
||||||
|
|
||||||
Type
|
Type
|
||||||
EUserLookupError = Class(Exception);
|
EUserLookupError = Class(Exception);
|
||||||
|
Loading…
Reference in New Issue
Block a user