tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
Reorder headers as per KNF.
dtucker
2 months ago
4d2043fc
9645f12e
+4
-4
1 changed file
expand all
collapse all
unified
split
usr.bin
ssh
packet.h
+4
-4
usr.bin/ssh/packet.h
reviewed
···
1
1
-
/* $OpenBSD: packet.h,v 1.104 2025/11/27 02:18:48 dtucker Exp $ */
1
1
+
/* $OpenBSD: packet.h,v 1.105 2026/02/08 17:50:49 dtucker Exp $ */
2
2
3
3
/*
4
4
* Author: Tatu Ylonen <ylo@cs.hut.fi>
···
16
16
#ifndef PACKET_H
17
17
#define PACKET_H
18
18
19
19
-
#include <termios.h>
20
20
-
21
21
-
#include <sys/signal.h>
22
19
#include <sys/queue.h>
20
20
+
21
21
+
#include <signal.h>
22
22
+
#include <termios.h>
23
23
24
24
#ifdef WITH_OPENSSL
25
25
#include <openssl/bn.h>