diff options
author | joe <joe@jerkface.net> | 2014-03-15 19:24:15 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2014-03-15 19:24:15 -0400 |
commit | 0a4d745e1f08c7c7a89f8c79ffb90170c13d2c88 (patch) | |
tree | 5d514502b1def357bd3b62a959d5955482f202be /Presence/UTmp.hs | |
parent | 600a7f5a562357ea30c51ff52f2c2f950afe47f6 (diff) |
notify remote peers of utmp presences
Diffstat (limited to 'Presence/UTmp.hs')
-rw-r--r-- | Presence/UTmp.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Presence/UTmp.hs b/Presence/UTmp.hs index 99d51205..2cfbdf38 100644 --- a/Presence/UTmp.hs +++ b/Presence/UTmp.hs | |||
@@ -28,6 +28,7 @@ import Data.Text ( Text ) | |||
28 | import Unsafe.Coerce ( unsafeCoerce ) | 28 | import Unsafe.Coerce ( unsafeCoerce ) |
29 | import Network.Socket ( SockAddr(..) ) | 29 | import Network.Socket ( SockAddr(..) ) |
30 | import qualified Data.Text.Encoding as Text | 30 | import qualified Data.Text.Encoding as Text |
31 | import SockAddr () | ||
31 | 32 | ||
32 | 33 | ||
33 | utmp_file = Paths.utmp -- "/var/run/utmp" | 34 | utmp_file = Paths.utmp -- "/var/run/utmp" |