diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-10-16 15:47:32 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-10-16 15:47:32 +0000 |
commit | 85d3f29ce384dea6cfbaa80215ce86d2d0358eba (patch) | |
tree | ad3c759c61699b6a0d8b872565d7c1044e0afb7b /src/libs6/ftrig1.h | |
parent | 4a90dd1f9063fd5a91431ee6873c25c5c8229805 (diff) | |
download | s6-85d3f29ce384dea6cfbaa80215ce86d2d0358eba.tar.xz |
Unconditionally switch s6-ftrigrd to surf (avoid boot stalling problems, and nobody cares about that RNG not being CS)
Diffstat (limited to 'src/libs6/ftrig1.h')
-rw-r--r-- | src/libs6/ftrig1.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs6/ftrig1.h b/src/libs6/ftrig1.h index 229de66..aa06b57 100644 --- a/src/libs6/ftrig1.h +++ b/src/libs6/ftrig1.h @@ -17,6 +17,7 @@ struct ftrig1_s } ; #define FTRIG1_ZERO { .fd = -1, .fdw = -1, .name = STRALLOC_ZERO } +extern void ftrig1_init (void) ; extern int ftrig1_make (ftrig1_t *, char const *) ; extern void ftrig1_free (ftrig1_t *) ; |