mirror of
https://github.com/obarthel/amiga-smbfs.git
synced 2025-12-08 14:58:35 +00:00
Hard-coded SMB port number no longer required
The corresponding code in the SMB abstraction layer now uses getservbyname("netbios-ssn","tcp") instead.
This commit is contained in:
@@ -1,18 +1,17 @@
|
||||
/*
|
||||
* $Id: smb.h,v 1.2 2005-06-03 14:34:17 obarthel Exp $
|
||||
* $Id: smb.h,v 1.2 2005/06/03 14:34:17 obarthel Exp $
|
||||
*
|
||||
* :ts=8
|
||||
*
|
||||
* smb.h
|
||||
*
|
||||
* Copyright (C) 1995 by Paal-Kr. Engstad and Volker Lendecke
|
||||
* Modified for use with AmigaOS by Olaf Barthel <olsen@sourcery.han.de>
|
||||
* Modified for use with AmigaOS by Olaf Barthel <obarthel -at- gmx -dot- net>
|
||||
*/
|
||||
|
||||
#ifndef _LINUX_SMB_H
|
||||
#define _LINUX_SMB_H
|
||||
|
||||
#define SMB_PORT 139
|
||||
#define SMB_MAXNAMELEN 255
|
||||
|
||||
typedef unsigned char byte;
|
||||
|
||||
Reference in New Issue
Block a user