Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
H
HardenedBSD-pkg
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
10440
Issues
Patches
Jobs
Commits
›
13e495f57b6a01a9f7e7a8272dc94af2e208fd92
Include properly errno.h
Baptiste Daroussin
committed
12 years ago
commit 13e495f57b6a01a9f7e7a8272dc94af2e208fd92
parent
97325e9c9280c22b1bdbc0752cd11fa7f7da5eca
1 file changed
+1
-0
modified
src/ssh.c
@@ -36,6 +36,7 @@
#include <stdio.h>
#include <fcntl.h>
#include <err.h>
+
#include <errno.h>
#include <pkg.h>