From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Jason@zx2c4.com Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 78a8be04 for ; Mon, 26 Jun 2017 10:31:18 +0000 (UTC) Received: from frisell.zx2c4.com (frisell.zx2c4.com [192.95.5.64]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 8a409e6f for ; Mon, 26 Jun 2017 10:31:18 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTP id b82385c7 for ; Mon, 26 Jun 2017 10:44:52 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id e67002ba (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO) for ; Mon, 26 Jun 2017 10:44:51 +0000 (UTC) Received: by mail-oi0-f47.google.com with SMTP id c189so52222617oia.2 for ; Mon, 26 Jun 2017 03:47:40 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <87o9tbuq7a.fsf@correspondwith.me> From: "Jason A. Donenfeld" Date: Mon, 26 Jun 2017 12:47:39 +0200 Message-ID: Subject: Re: making wireguard work on RHEL7/etc. To: wireguard@wut.to Content-Type: text/plain; charset="UTF-8" Cc: WireGuard mailing list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Actually, you're right. This seems best: #if defined(RHEL_MAJOR) && RHEL_MAJOR <= 7 Looking forward to your patches!